Special:BookSources Add global
[lhc/web/wiklou.git] / includes / specials / SpecialBooksources.php
index 8b4462a..0a92768 100644 (file)
@@ -117,6 +117,8 @@ class SpecialBookSources extends SpecialPage {
         * @return string
         */
        private function makeForm() {
+               global $wgUseMediaWikiUIEverywhere;
+
                $form = Html::openElement( 'fieldset' ) . "\n";
                $form .= Html::element(
                        'legend',